home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / applet widget kit / wk1wb.exe / SETUPMN.DLL / 0 / RCDATA / TABOUTDETAILSFM / TABOUTDETAILSFM.txt
Encoding:
Text File  |  1999-02-13  |  1.7 KB  |  67 lines

  1. object AboutDetailsFm: TAboutDetailsFm
  2.   Left = 379
  3.   Top = 241
  4.   HelpContext = 1400
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Product Details'
  8.   ClientHeight = 181
  9.   ClientWidth = 292
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object CloseBt: TButton
  19.     Left = 210
  20.     Top = 148
  21.     Width = 75
  22.     Height = 25
  23.     HelpContext = 902
  24.     Caption = '&Close'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.   end
  29.   object DetailsLv: TListView
  30.     Left = 8
  31.     Top = 8
  32.     Width = 277
  33.     Height = 133
  34.     HelpContext = 1402
  35.     ColumnClick = False
  36.     Columns = <
  37.       item
  38.         Caption = 'Description'
  39.         Width = 130
  40.       end
  41.       item
  42.         Caption = 'Value'
  43.         Width = 12
  44.         WidthType = (
  45.           -1)
  46.       end>
  47.     ReadOnly = True
  48.     Items.Data = {
  49.       0A0100000700000000000000FFFFFFFFFFFFFFFF00000000000000000C50726F
  50.       6475637420436F646501000000FFFFFFFFFFFFFFFF00000000000000000E5665
  51.       7273696F6E204E756D62657205000000FFFFFFFFFFFFFFFF0000000000000000
  52.       1246696C65204461746520616E642054696D6502000000FFFFFFFFFFFFFFFF00
  53.       000000000000000D53657269616C204E756D62657204000000FFFFFFFFFFFFFF
  54.       FF000000000000000011526567697374726174696F6E204E616D6504000000FF
  55.       FFFFFFFFFFFFFF000000000000000014526567697374726174696F6E20436F6D
  56.       70616E7903000000FFFFFFFFFFFFFFFF00000000000000001152656769737472
  57.       6174696F6E20436F6465}
  58.     TabOrder = 1
  59.     ViewStyle = vsReport
  60.     SmallImages = DetailsIm
  61.   end
  62.   object DetailsIm: TImageList
  63.     Left = 8
  64.     Top = 148
  65.   end
  66. end
  67.